Html Css Color HEX #CD277F Deep Cerise

📋 copy color: '#CD277F'

red 205 ◦ green 39 ◦ blue 127

#CD277F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CD277F

Tints of Deep Cerise #CD277F

RGB

 RED value IS 205 (80.47% from 255) = 55.26%

 GREEN value IS 39 (15.63% from 255) = 10.51%

 BLUE value IS 127 (50% from 255) = 34.23%

R = 55.26%
G = 10.51%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD277F (or 0xCD277F) is known color: Deep Cerise. HEX triplet: CD, 27 and 7F. RGB value is (205,39,127). Sum of RGB (Red+Green+Blue) = 205+39+127=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD277F is #32D880. Grayscale: #626262. Windows color (decimal): -3332225 or 8333261. OLE color: 8333261.

HSL color Cylindrical-coordinate representation of color #CD277F: hue angle of 328.19º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD277F is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 39 127 -
CMYK 0 0.81 0.38 0.20
HSL 328.19º 0.68% 0.48% -
HSV(B) 328.19º 0.81% 0.8% -
XYZ 29.73 15.96 21.59 -
YUV 98.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 205 39 127 0 0.81 0.38 0.20 328.19 0.68 0.48
Hex CD 27 7F 0 51 26 14 148 44 30
Octal 315 47 177 0 121 46 24 510 104 60
Binary 11001101 100111 1111111 0 1010001 100110 10100 101001000 1000100 110000

Color Harmonies of #CD277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD277F

Black with #CD277F

Text Example


Text Example

White with #CD277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD277F; }

 p { color: rgb(205,39,127); }

 H1.HeaderClassName
 {
   color: #CD277F;
 }
 .AnyTagClassName
 {
   color: #CD277F;
 }
</style>

background-color css

<style>
 a { background-color: #CD277F; }

 a { background-color: rgb(205,39,127); }

 div.DivClassName
 {
   background-color: #CD277F;
 }
 .BgClassName
 {
   background-color: #CD277F;
 }
</style>

border-color css

<style>
 span { border-color: #CD277F; }

 span { border-color: rgb(205,39,127); }

 td.TdClassName
 {
   border-color: #CD277F;
 }
 .TagClassName
 {
   border-color: #CD277F;
 }
</style>