Html Css Color HEX #CD377E Deep Cerise

📋 copy color: '#CD377E'

red 205 ◦ green 55 ◦ blue 126

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

Shades of Deep Cerise #CD377E

Tints of Deep Cerise #CD377E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.25%

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

R = 53.11%
G = 14.25%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD377E (or 0xCD377E) is known color: Deep Cerise. HEX triplet: CD, 37 and 7E. RGB value is (205,55,126). Sum of RGB (Red+Green+Blue) = 205+55+126=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD377E is #32C881. Grayscale: #6B6B6B. Windows color (decimal): -3328130 or 8271821. OLE color: 8271821.

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

Color convert

RGB 205 55 126 -
CMYK 0 0.73 0.39 0.20
HSL 331.6º 0.6% 0.51% -
HSV(B) 331.6º 0.73% 0.8% -
XYZ 30.31 17.22 21.46 -
YUV 107.94 138.2 197.23 -
System Red Green Blue C M Y K H S L
Decimal 205 55 126 0 0.73 0.39 0.20 331.6 0.6 0.51
Hex CD 37 7E 0 49 27 14 14C 3C 33
Octal 315 67 176 0 111 47 24 514 74 63
Binary 11001101 110111 1111110 0 1001001 100111 10100 101001100 111100 110011

Color Harmonies of #CD377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD377E

Black with #CD377E

Text Example


Text Example

White with #CD377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD377E; }

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

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

background-color css

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

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

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

border-color css

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

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

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