Html Css Color HEX #CB3A72 Cerise

📋 copy color: '#CB3A72'

red 203 ◦ green 58 ◦ blue 114

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

Shades of Cerise #CB3A72

Tints of Cerise #CB3A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.47%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 54.13%
G = 15.47%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB3A72 (or 0xCB3A72) is known color: Cerise. HEX triplet: CB, 3A and 72. RGB value is (203,58,114). Sum of RGB (Red+Green+Blue) = 203+58+114=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3A72 is #34C58D. Grayscale: #6B6B6B. Windows color (decimal): -3458446 or 7486155. OLE color: 7486155.

HSL color Cylindrical-coordinate representation of color #CB3A72: hue angle of 336.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3A72 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 58 114 -
CMYK 0 0.71 0.44 0.20
HSL 336.83º 0.58% 0.51% -
HSV(B) 336.83º 0.71% 0.8% -
XYZ 29.18 16.94 17.65 -
YUV 107.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 203 58 114 0 0.71 0.44 0.20 336.83 0.58 0.51
Hex CB 3A 72 0 47 2C 14 151 3A 33
Octal 313 72 162 0 107 54 24 521 72 63
Binary 11001011 111010 1110010 0 1000111 101100 10100 101010001 111010 110011

Color Harmonies of #CB3A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3A72

Black with #CB3A72

Text Example


Text Example

White with #CB3A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3A72; }

 p { color: rgb(203,58,114); }

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

background-color css

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

 a { background-color: rgb(203,58,114); }

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

border-color css

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

 span { border-color: rgb(203,58,114); }

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