Html Css Color HEX #CB275F Cerise

📋 copy color: '#CB275F'

red 203 ◦ green 39 ◦ blue 95

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

Shades of Cerise #CB275F

Tints of Cerise #CB275F

RGB

 RED value IS 203 (79.69% from 255) = 60.24%

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

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

R = 60.24%
G = 11.57%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB275F (or 0xCB275F) is known color: Cerise. HEX triplet: CB, 27 and 5F. RGB value is (203,39,95). Sum of RGB (Red+Green+Blue) = 203+39+95=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB275F is #34D8A0. Grayscale: #5E5E5E. Windows color (decimal): -3463329 or 6236107. OLE color: 6236107.

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

Color convert

RGB 203 39 95 -
CMYK 0 0.81 0.53 0.20
HSL 339.51º 0.68% 0.47% -
HSV(B) 339.51º 0.81% 0.8% -
XYZ 27.42 14.97 12.27 -
YUV 94.42 128.33 205.45 -
System Red Green Blue C M Y K H S L
Decimal 203 39 95 0 0.81 0.53 0.20 339.51 0.68 0.47
Hex CB 27 5F 0 51 35 14 154 44 2F
Octal 313 47 137 0 121 65 24 524 104 57
Binary 11001011 100111 1011111 0 1010001 110101 10100 101010100 1000100 101111

Color Harmonies of #CB275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB275F

Black with #CB275F

Text Example


Text Example

White with #CB275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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