Html Css Color HEX #CD295D Cerise

📋 copy color: '#CD295D'

red 205 ◦ green 41 ◦ blue 93

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

Shades of Cerise #CD295D

Tints of Cerise #CD295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 60.47%
G = 12.09%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD295D (or 0xCD295D) is known color: Cerise. HEX triplet: CD, 29 and 5D. RGB value is (205,41,93). Sum of RGB (Red+Green+Blue) = 205+41+93=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD295D is #32D6A2. Grayscale: #5F5F5F. Windows color (decimal): -3331747 or 6105549. OLE color: 6105549.

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

Color convert

RGB 205 41 93 -
CMYK 0 0.8 0.55 0.20
HSL 340.98º 0.67% 0.48% -
HSV(B) 340.98º 0.8% 0.8% -
XYZ 27.95 15.36 11.85 -
YUV 95.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 205 41 93 0 0.8 0.55 0.20 340.98 0.67 0.48
Hex CD 29 5D 0 50 37 14 155 43 30
Octal 315 51 135 0 120 67 24 525 103 60
Binary 11001101 101001 1011101 0 1010000 110111 10100 101010101 1000011 110000

Color Harmonies of #CD295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD295D

Black with #CD295D

Text Example


Text Example

White with #CD295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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