Html Css Color HEX #CD367E Deep Cerise

📋 copy color: '#CD367E'

red 205 ◦ green 54 ◦ blue 126

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

Shades of Deep Cerise #CD367E

Tints of Deep Cerise #CD367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.03%

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 53.25%
G = 14.03%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD367E (or 0xCD367E) is known color: Deep Cerise. HEX triplet: CD, 36 and 7E. RGB value is (205,54,126). Sum of RGB (Red+Green+Blue) = 205+54+126=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD367E is #32C981. Grayscale: #6B6B6B. Windows color (decimal): -3328386 or 8271565. OLE color: 8271565.

HSL color Cylindrical-coordinate representation of color #CD367E: hue angle of 331.39º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD367E is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 54 126 -
CMYK 0 0.74 0.39 0.20
HSL 331.39º 0.6% 0.51% -
HSV(B) 331.39º 0.74% 0.8% -
XYZ 30.26 17.12 21.45 -
YUV 107.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 205 54 126 0 0.74 0.39 0.20 331.39 0.6 0.51
Hex CD 36 7E 0 4A 27 14 14B 3C 33
Octal 315 66 176 0 112 47 24 513 74 63
Binary 11001101 110110 1111110 0 1001010 100111 10100 101001011 111100 110011

Color Harmonies of #CD367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD367E

Black with #CD367E

Text Example


Text Example

White with #CD367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD367E; }

 p { color: rgb(205,54,126); }

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

background-color css

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

 a { background-color: rgb(205,54,126); }

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

border-color css

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

 span { border-color: rgb(205,54,126); }

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