Html Css Color HEX #CD367D Deep Cerise

📋 copy color: '#CD367D'

red 205 ◦ green 54 ◦ blue 125

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

Shades of Deep Cerise #CD367D

Tints of Deep Cerise #CD367D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 53.39%
G = 14.06%
B = 32.55%

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

#CD367D (or 0xCD367D) is known color: Deep Cerise. HEX triplet: CD, 36 and 7D. RGB value is (205,54,125). Sum of RGB (Red+Green+Blue) = 205+54+125=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD367D is #32C982. Grayscale: #6B6B6B. Windows color (decimal): -3328387 or 8206029. OLE color: 8206029.

HSL color Cylindrical-coordinate representation of color #CD367D: hue angle of 331.79º 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 #CD367D is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 54 125 -
CMYK 0 0.74 0.39 0.20
HSL 331.79º 0.6% 0.51% -
HSV(B) 331.79º 0.74% 0.8% -
XYZ 30.2 17.1 21.11 -
YUV 107.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 205 54 125 0 0.74 0.39 0.20 331.79 0.6 0.51
Hex CD 36 7D 0 4A 27 14 14C 3C 33
Octal 315 66 175 0 112 47 24 514 74 63
Binary 11001101 110110 1111101 0 1001010 100111 10100 101001100 111100 110011

Color Harmonies of #CD367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD367D

Black with #CD367D

Text Example


Text Example

White with #CD367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD367D; }

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

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

background-color css

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

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

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

border-color css

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

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

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