Html Css Color HEX #CD307D Deep Cerise

📋 copy color: '#CD307D'

red 205 ◦ green 48 ◦ blue 125

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

Shades of Deep Cerise #CD307D

Tints of Deep Cerise #CD307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.7%

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

R = 54.23%
G = 12.7%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD307D (or 0xCD307D) is known color: Deep Cerise. HEX triplet: CD, 30 and 7D. RGB value is (205,48,125). Sum of RGB (Red+Green+Blue) = 205+48+125=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD307D is #32CF82. Grayscale: #676767. Windows color (decimal): -3329923 or 8204493. OLE color: 8204493.

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

Color convert

RGB 205 48 125 -
CMYK 0 0.77 0.39 0.20
HSL 330.57º 0.62% 0.5% -
HSV(B) 330.57º 0.77% 0.8% -
XYZ 29.94 16.57 21.02 -
YUV 103.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 205 48 125 0 0.77 0.39 0.20 330.57 0.62 0.5
Hex CD 30 7D 0 4D 27 14 14B 3E 32
Octal 315 60 175 0 115 47 24 513 76 62
Binary 11001101 110000 1111101 0 1001101 100111 10100 101001011 111110 110010

Color Harmonies of #CD307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD307D

Black with #CD307D

Text Example


Text Example

White with #CD307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD307D; }

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

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

background-color css

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

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

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

border-color css

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

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

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