Html Css Color HEX #CD2E5C Cerise

📋 copy color: '#CD2E5C'

red 205 ◦ green 46 ◦ blue 92

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

Shades of Cerise #CD2E5C

Tints of Cerise #CD2E5C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.41%

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 59.77%
G = 13.41%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD2E5C (or 0xCD2E5C) is known color: Cerise. HEX triplet: CD, 2E and 5C. RGB value is (205,46,92). Sum of RGB (Red+Green+Blue) = 205+46+92=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2E5C is #32D1A3. Grayscale: #626262. Windows color (decimal): -3330468 or 6041293. OLE color: 6041293.

HSL color Cylindrical-coordinate representation of color #CD2E5C: hue angle of 342.64º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2E5C is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 46 92 -
CMYK 0 0.78 0.55 0.20
HSL 342.64º 0.63% 0.49% -
HSV(B) 342.64º 0.78% 0.8% -
XYZ 28.09 15.71 11.68 -
YUV 98.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 205 46 92 0 0.78 0.55 0.20 342.64 0.63 0.49
Hex CD 2E 5C 0 4E 37 14 157 3F 31
Octal 315 56 134 0 116 67 24 527 77 61
Binary 11001101 101110 1011100 0 1001110 110111 10100 101010111 111111 110001

Color Harmonies of #CD2E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2E5C

Black with #CD2E5C

Text Example


Text Example

White with #CD2E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2E5C; }

 p { color: rgb(205,46,92); }

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

background-color css

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

 a { background-color: rgb(205,46,92); }

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

border-color css

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

 span { border-color: rgb(205,46,92); }

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