Html Css Color HEX #CB315C Cerise

📋 copy color: '#CB315C'

red 203 ◦ green 49 ◦ blue 92

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

Shades of Cerise #CB315C

Tints of Cerise #CB315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.24%

 BLUE value IS 92 (36.33% from 255) = 26.74%

R = 59.01%
G = 14.24%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB315C (or 0xCB315C) is known color: Cerise. HEX triplet: CB, 31 and 5C. RGB value is (203,49,92). Sum of RGB (Red+Green+Blue) = 203+49+92=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB315C is #34CEA3. Grayscale: #636363. Windows color (decimal): -3460772 or 6042059. OLE color: 6042059.

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

Color convert

RGB 203 49 92 -
CMYK 0 0.76 0.55 0.20
HSL 343.25º 0.61% 0.49% -
HSV(B) 343.25º 0.76% 0.8% -
XYZ 27.66 15.67 11.69 -
YUV 99.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 203 49 92 0 0.76 0.55 0.20 343.25 0.61 0.49
Hex CB 31 5C 0 4C 37 14 157 3D 31
Octal 313 61 134 0 114 67 24 527 75 61
Binary 11001011 110001 1011100 0 1001100 110111 10100 101010111 111101 110001

Color Harmonies of #CB315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB315C

Black with #CB315C

Text Example


Text Example

White with #CB315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB315C; }

 p { color: rgb(203,49,92); }

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

background-color css

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

 a { background-color: rgb(203,49,92); }

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

border-color css

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

 span { border-color: rgb(203,49,92); }

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