Html Css Color HEX #CD296F Cerise

📋 copy color: '#CD296F'

red 205 ◦ green 41 ◦ blue 111

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

Shades of Cerise #CD296F

Tints of Cerise #CD296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.48%

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

R = 57.42%
G = 11.48%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD296F (or 0xCD296F) is known color: Cerise. HEX triplet: CD, 29 and 6F. RGB value is (205,41,111). Sum of RGB (Red+Green+Blue) = 205+41+111=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD296F is #32D690. Grayscale: #616161. Windows color (decimal): -3331729 or 7285197. OLE color: 7285197.

HSL color Cylindrical-coordinate representation of color #CD296F: hue angle of 334.39º degrees, saturation: 0.67, 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 #CD296F is Cyan = 0, Magento = 0.8, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 41 111 -
CMYK 0 0.8 0.46 0.20
HSL 334.39º 0.67% 0.48% -
HSV(B) 334.39º 0.8% 0.8% -
XYZ 28.84 15.71 16.55 -
YUV 98.02 135.33 204.31 -
System Red Green Blue C M Y K H S L
Decimal 205 41 111 0 0.8 0.46 0.20 334.39 0.67 0.48
Hex CD 29 6F 0 50 2E 14 14E 43 30
Octal 315 51 157 0 120 56 24 516 103 60
Binary 11001101 101001 1101111 0 1010000 101110 10100 101001110 1000011 110000

Color Harmonies of #CD296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD296F

Black with #CD296F

Text Example


Text Example

White with #CD296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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