Html Css Color HEX #CB2D63 Cerise

📋 copy color: '#CB2D63'

red 203 ◦ green 45 ◦ blue 99

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

Shades of Cerise #CB2D63

Tints of Cerise #CB2D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.97%

 BLUE value IS 99 (39.06% from 255) = 28.53%

R = 58.5%
G = 12.97%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB2D63 (or 0xCB2D63) is known color: Cerise. HEX triplet: CB, 2D and 63. RGB value is (203,45,99). Sum of RGB (Red+Green+Blue) = 203+45+99=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2D63 is #34D29C. Grayscale: #626262. Windows color (decimal): -3461789 or 6499787. OLE color: 6499787.

HSL color Cylindrical-coordinate representation of color #CB2D63: hue angle of 339.49º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2D63 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 45 99 -
CMYK 0 0.78 0.51 0.20
HSL 339.49º 0.64% 0.49% -
HSV(B) 339.49º 0.78% 0.8% -
XYZ 27.82 15.47 13.32 -
YUV 98.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 203 45 99 0 0.78 0.51 0.20 339.49 0.64 0.49
Hex CB 2D 63 0 4E 33 14 153 40 31
Octal 313 55 143 0 116 63 24 523 100 61
Binary 11001011 101101 1100011 0 1001110 110011 10100 101010011 1000000 110001

Color Harmonies of #CB2D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2D63

Black with #CB2D63

Text Example


Text Example

White with #CB2D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2D63; }

 p { color: rgb(203,45,99); }

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

background-color css

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

 a { background-color: rgb(203,45,99); }

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

border-color css

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

 span { border-color: rgb(203,45,99); }

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