Html Css Color HEX #CB3461 Cerise

📋 copy color: '#CB3461'

red 203 ◦ green 52 ◦ blue 97

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

Shades of Cerise #CB3461

Tints of Cerise #CB3461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.77%

 BLUE value IS 97 (38.28% from 255) = 27.56%

R = 57.67%
G = 14.77%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB3461 (or 0xCB3461) is known color: Cerise. HEX triplet: CB, 34 and 61. RGB value is (203,52,97). Sum of RGB (Red+Green+Blue) = 203+52+97=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3461 is #34CB9E. Grayscale: #666666. Windows color (decimal): -3459999 or 6370507. OLE color: 6370507.

HSL color Cylindrical-coordinate representation of color #CB3461: hue angle of 342.12º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3461 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 52 97 -
CMYK 0 0.74 0.52 0.20
HSL 342.12º 0.59% 0.5% -
HSV(B) 342.12º 0.74% 0.8% -
XYZ 28.01 16.02 12.92 -
YUV 102.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 203 52 97 0 0.74 0.52 0.20 342.12 0.59 0.5
Hex CB 34 61 0 4A 34 14 156 3B 32
Octal 313 64 141 0 112 64 24 526 73 62
Binary 11001011 110100 1100001 0 1001010 110100 10100 101010110 111011 110010

Color Harmonies of #CB3461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3461

Black with #CB3461

Text Example


Text Example

White with #CB3461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3461; }

 p { color: rgb(203,52,97); }

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

background-color css

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

 a { background-color: rgb(203,52,97); }

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

border-color css

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

 span { border-color: rgb(203,52,97); }

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