Html Css Color HEX #CB348E Deep Cerise

📋 copy color: '#CB348E'

red 203 ◦ green 52 ◦ blue 142

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

Shades of Deep Cerise #CB348E

Tints of Deep Cerise #CB348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 51.13%
G = 13.1%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB348E (or 0xCB348E) is known color: Deep Cerise. HEX triplet: CB, 34 and 8E. RGB value is (203,52,142). Sum of RGB (Red+Green+Blue) = 203+52+142=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB348E is #34CB71. Grayscale: #6B6B6B. Windows color (decimal): -3459954 or 9319627. OLE color: 9319627.

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

Color convert

RGB 203 52 142 -
CMYK 0 0.74 0.30 0.20
HSL 324.24º 0.59% 0.5% -
HSV(B) 324.24º 0.74% 0.8% -
XYZ 30.74 17.11 27.27 -
YUV 107.41 147.53 196.18 -
System Red Green Blue C M Y K H S L
Decimal 203 52 142 0 0.74 0.30 0.20 324.24 0.59 0.5
Hex CB 34 8E 0 4A 1E 14 144 3B 32
Octal 313 64 216 0 112 36 24 504 73 62
Binary 11001011 110100 10001110 0 1001010 11110 10100 101000100 111011 110010

Color Harmonies of #CB348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB348E

Black with #CB348E

Text Example


Text Example

White with #CB348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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