Html Css Color HEX #CD275F Cerise

📋 copy color: '#CD275F'

red 205 ◦ green 39 ◦ blue 95

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

Shades of Cerise #CD275F

Tints of Cerise #CD275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.5%

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 60.47%
G = 11.5%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD275F (or 0xCD275F) is known color: Cerise. HEX triplet: CD, 27 and 5F. RGB value is (205,39,95). Sum of RGB (Red+Green+Blue) = 205+39+95=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD275F is #32D8A0. Grayscale: #5E5E5E. Windows color (decimal): -3332257 or 6236109. OLE color: 6236109.

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

Color convert

RGB 205 39 95 -
CMYK 0 0.81 0.54 0.20
HSL 339.76º 0.68% 0.48% -
HSV(B) 339.76º 0.81% 0.8% -
XYZ 27.97 15.26 12.3 -
YUV 95.02 128 206.45 -
System Red Green Blue C M Y K H S L
Decimal 205 39 95 0 0.81 0.54 0.20 339.76 0.68 0.48
Hex CD 27 5F 0 51 36 14 154 44 30
Octal 315 47 137 0 121 66 24 524 104 60
Binary 11001101 100111 1011111 0 1010001 110110 10100 101010100 1000100 110000

Color Harmonies of #CD275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD275F

Black with #CD275F

Text Example


Text Example

White with #CD275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD275F; }

 p { color: rgb(205,39,95); }

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

background-color css

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

 a { background-color: rgb(205,39,95); }

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

border-color css

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

 span { border-color: rgb(205,39,95); }

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