Html Css Color HEX #CD275B Cerise

📋 copy color: '#CD275B'

red 205 ◦ green 39 ◦ blue 91

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

Shades of Cerise #CD275B

Tints of Cerise #CD275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 61.19%
G = 11.64%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD275B (or 0xCD275B) is known color: Cerise. HEX triplet: CD, 27 and 5B. RGB value is (205,39,91). Sum of RGB (Red+Green+Blue) = 205+39+91=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD275B is #32D8A4. Grayscale: #5E5E5E. Windows color (decimal): -3332261 or 5973965. OLE color: 5973965.

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

Color convert

RGB 205 39 91 -
CMYK 0 0.81 0.56 0.20
HSL 341.2º 0.68% 0.48% -
HSV(B) 341.2º 0.81% 0.8% -
XYZ 27.79 15.19 11.36 -
YUV 94.56 126 206.77 -
System Red Green Blue C M Y K H S L
Decimal 205 39 91 0 0.81 0.56 0.20 341.2 0.68 0.48
Hex CD 27 5B 0 51 38 14 155 44 30
Octal 315 47 133 0 121 70 24 525 104 60
Binary 11001101 100111 1011011 0 1010001 111000 10100 101010101 1000100 110000

Color Harmonies of #CD275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD275B

Black with #CD275B

Text Example


Text Example

White with #CD275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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