Html Css Color HEX #CB2963 Cerise

📋 copy color: '#CB2963'

red 203 ◦ green 41 ◦ blue 99

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

Shades of Cerise #CB2963

Tints of Cerise #CB2963

RGB

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

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

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

R = 59.18%
G = 11.95%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB2963 (or 0xCB2963) is known color: Cerise. HEX triplet: CB, 29 and 63. RGB value is (203,41,99). Sum of RGB (Red+Green+Blue) = 203+41+99=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2963 is #34D69C. Grayscale: #5F5F5F. Windows color (decimal): -3462813 or 6498763. OLE color: 6498763.

HSL color Cylindrical-coordinate representation of color #CB2963: hue angle of 338.52º degrees, saturation: 0.66, 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 #CB2963 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 41 99 -
CMYK 0 0.80 0.51 0.20
HSL 338.52º 0.66% 0.48% -
HSV(B) 338.52º 0.8% 0.8% -
XYZ 27.67 15.18 13.28 -
YUV 96.05 129.67 204.28 -
System Red Green Blue C M Y K H S L
Decimal 203 41 99 0 0.80 0.51 0.20 338.52 0.66 0.48
Hex CB 29 63 0 50 33 14 153 42 30
Octal 313 51 143 0 120 63 24 523 102 60
Binary 11001011 101001 1100011 0 1010000 110011 10100 101010011 1000010 110000

Color Harmonies of #CB2963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2963

Black with #CB2963

Text Example


Text Example

White with #CB2963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2963; }

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

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

background-color css

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

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

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

border-color css

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

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

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