Html Css Color HEX #CD2A6F Cerise

📋 copy color: '#CD2A6F'

red 205 ◦ green 42 ◦ blue 111

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

Shades of Cerise #CD2A6F

Tints of Cerise #CD2A6F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.73%

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 57.26%
G = 11.73%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD2A6F (or 0xCD2A6F) is known color: Cerise. HEX triplet: CD, 2A and 6F. RGB value is (205,42,111). Sum of RGB (Red+Green+Blue) = 205+42+111=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2A6F is #32D590. Grayscale: #626262. Windows color (decimal): -3331473 or 7285453. OLE color: 7285453.

HSL color Cylindrical-coordinate representation of color #CD2A6F: hue angle of 334.6º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2A6F is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 42 111 -
CMYK 0 0.80 0.46 0.20
HSL 334.6º 0.66% 0.48% -
HSV(B) 334.6º 0.8% 0.8% -
XYZ 28.87 15.78 16.56 -
YUV 98.6 135 203.89 -
System Red Green Blue C M Y K H S L
Decimal 205 42 111 0 0.80 0.46 0.20 334.6 0.66 0.48
Hex CD 2A 6F 0 50 2E 14 14F 42 30
Octal 315 52 157 0 120 56 24 517 102 60
Binary 11001101 101010 1101111 0 1010000 101110 10100 101001111 1000010 110000

Color Harmonies of #CD2A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2A6F

Black with #CD2A6F

Text Example


Text Example

White with #CD2A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2A6F; }

 p { color: rgb(205,42,111); }

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

background-color css

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

 a { background-color: rgb(205,42,111); }

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

border-color css

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

 span { border-color: rgb(205,42,111); }

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