Html Css Color HEX #CB315F Cerise

📋 copy color: '#CB315F'

red 203 ◦ green 49 ◦ blue 95

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

Shades of Cerise #CB315F

Tints of Cerise #CB315F

RGB

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

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

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

R = 58.5%
G = 14.12%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB315F (or 0xCB315F) is known color: Cerise. HEX triplet: CB, 31 and 5F. RGB value is (203,49,95). Sum of RGB (Red+Green+Blue) = 203+49+95=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB315F is #34CEA0. Grayscale: #646464. Windows color (decimal): -3460769 or 6238667. OLE color: 6238667.

HSL color Cylindrical-coordinate representation of color #CB315F: hue angle of 342.08º 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 #CB315F is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 49 95 -
CMYK 0 0.76 0.53 0.20
HSL 342.08º 0.61% 0.49% -
HSV(B) 342.08º 0.76% 0.8% -
XYZ 27.79 15.72 12.4 -
YUV 100.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 203 49 95 0 0.76 0.53 0.20 342.08 0.61 0.49
Hex CB 31 5F 0 4C 35 14 156 3D 31
Octal 313 61 137 0 114 65 24 526 75 61
Binary 11001011 110001 1011111 0 1001100 110101 10100 101010110 111101 110001

Color Harmonies of #CB315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB315F

Black with #CB315F

Text Example


Text Example

White with #CB315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB315F; }

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

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

background-color css

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

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

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

border-color css

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

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

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