Html Css Color HEX #CB305F Cerise

📋 copy color: '#CB305F'

red 203 ◦ green 48 ◦ blue 95

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

Shades of Cerise #CB305F

Tints of Cerise #CB305F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

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

R = 58.67%
G = 13.87%
B = 27.46%

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

#CB305F (or 0xCB305F) is known color: Cerise. HEX triplet: CB, 30 and 5F. RGB value is (203,48,95). Sum of RGB (Red+Green+Blue) = 203+48+95=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB305F is #34CFA0. Grayscale: #636363. Windows color (decimal): -3461025 or 6238411. OLE color: 6238411.

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

Color convert

RGB 203 48 95 -
CMYK 0 0.76 0.53 0.20
HSL 341.81º 0.62% 0.49% -
HSV(B) 341.81º 0.76% 0.8% -
XYZ 27.75 15.64 12.38 -
YUV 99.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 203 48 95 0 0.76 0.53 0.20 341.81 0.62 0.49
Hex CB 30 5F 0 4C 35 14 156 3E 31
Octal 313 60 137 0 114 65 24 526 76 61
Binary 11001011 110000 1011111 0 1001100 110101 10100 101010110 111110 110001

Color Harmonies of #CB305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB305F

Black with #CB305F

Text Example


Text Example

White with #CB305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB305F; }

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

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

background-color css

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

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

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

border-color css

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

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

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