Html Css Color HEX #CD296E Cerise

📋 copy color: '#CD296E'

red 205 ◦ green 41 ◦ blue 110

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

Shades of Cerise #CD296E

Tints of Cerise #CD296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 57.58%
G = 11.52%
B = 30.9%

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

#CD296E (or 0xCD296E) is known color: Cerise. HEX triplet: CD, 29 and 6E. RGB value is (205,41,110). Sum of RGB (Red+Green+Blue) = 205+41+110=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD296E is #32D691. Grayscale: #616161. Windows color (decimal): -3331730 or 7219661. OLE color: 7219661.

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

Color convert

RGB 205 41 110 -
CMYK 0 0.8 0.46 0.20
HSL 334.76º 0.67% 0.48% -
HSV(B) 334.76º 0.8% 0.8% -
XYZ 28.78 15.69 16.26 -
YUV 97.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 205 41 110 0 0.8 0.46 0.20 334.76 0.67 0.48
Hex CD 29 6E 0 50 2E 14 14F 43 30
Octal 315 51 156 0 120 56 24 517 103 60
Binary 11001101 101001 1101110 0 1010000 101110 10100 101001111 1000011 110000

Color Harmonies of #CD296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD296E

Black with #CD296E

Text Example


Text Example

White with #CD296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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