Html Css Color HEX #CD3C6C Cerise

📋 copy color: '#CD3C6C'

red 205 ◦ green 60 ◦ blue 108

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

Shades of Cerise #CD3C6C

Tints of Cerise #CD3C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.09%

 BLUE value IS 108 (42.58% from 255) = 28.95%

R = 54.96%
G = 16.09%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD3C6C (or 0xCD3C6C) is known color: Cerise. HEX triplet: CD, 3C and 6C. RGB value is (205,60,108). Sum of RGB (Red+Green+Blue) = 205+60+108=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3C6C is #32C393. Grayscale: #6C6C6C. Windows color (decimal): -3326868 or 7093453. OLE color: 7093453.

HSL color Cylindrical-coordinate representation of color #CD3C6C: hue angle of 340.14º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3C6C is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 60 108 -
CMYK 0 0.71 0.47 0.20
HSL 340.14º 0.59% 0.52% -
HSV(B) 340.14º 0.71% 0.8% -
XYZ 29.5 17.29 15.97 -
YUV 108.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 205 60 108 0 0.71 0.47 0.20 340.14 0.59 0.52
Hex CD 3C 6C 0 47 2F 14 154 3B 34
Octal 315 74 154 0 107 57 24 524 73 64
Binary 11001101 111100 1101100 0 1000111 101111 10100 101010100 111011 110100

Color Harmonies of #CD3C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C6C

Black with #CD3C6C

Text Example


Text Example

White with #CD3C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C6C; }

 p { color: rgb(205,60,108); }

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

background-color css

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

 a { background-color: rgb(205,60,108); }

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

border-color css

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

 span { border-color: rgb(205,60,108); }

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