Html Css Color HEX #CD367A Deep Cerise

📋 copy color: '#CD367A'

red 205 ◦ green 54 ◦ blue 122

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

Shades of Deep Cerise #CD367A

Tints of Deep Cerise #CD367A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 53.81%
G = 14.17%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD367A (or 0xCD367A) is known color: Deep Cerise. HEX triplet: CD, 36 and 7A. RGB value is (205,54,122). Sum of RGB (Red+Green+Blue) = 205+54+122=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD367A is #32C985. Grayscale: #6A6A6A. Windows color (decimal): -3328390 or 8009421. OLE color: 8009421.

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

Color convert

RGB 205 54 122 -
CMYK 0 0.74 0.40 0.20
HSL 332.98º 0.6% 0.51% -
HSV(B) 332.98º 0.74% 0.8% -
XYZ 30.01 17.02 20.12 -
YUV 106.9 136.53 197.97 -
System Red Green Blue C M Y K H S L
Decimal 205 54 122 0 0.74 0.40 0.20 332.98 0.6 0.51
Hex CD 36 7A 0 4A 28 14 14D 3C 33
Octal 315 66 172 0 112 50 24 515 74 63
Binary 11001101 110110 1111010 0 1001010 101000 10100 101001101 111100 110011

Color Harmonies of #CD367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD367A

Black with #CD367A

Text Example


Text Example

White with #CD367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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