Html Css Color HEX #CB348D Deep Cerise

📋 copy color: '#CB348D'

red 203 ◦ green 52 ◦ blue 141

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

Shades of Deep Cerise #CB348D

Tints of Deep Cerise #CB348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 51.26%
G = 13.13%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB348D (or 0xCB348D) is known color: Deep Cerise. HEX triplet: CB, 34 and 8D. RGB value is (203,52,141). Sum of RGB (Red+Green+Blue) = 203+52+141=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB348D is #34CB72. Grayscale: #6B6B6B. Windows color (decimal): -3459955 or 9254091. OLE color: 9254091.

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

Color convert

RGB 203 52 141 -
CMYK 0 0.74 0.31 0.20
HSL 324.64º 0.59% 0.5% -
HSV(B) 324.64º 0.74% 0.8% -
XYZ 30.66 17.08 26.88 -
YUV 107.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 203 52 141 0 0.74 0.31 0.20 324.64 0.59 0.5
Hex CB 34 8D 0 4A 1F 14 145 3B 32
Octal 313 64 215 0 112 37 24 505 73 62
Binary 11001011 110100 10001101 0 1001010 11111 10100 101000101 111011 110010

Color Harmonies of #CB348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB348D

Black with #CB348D

Text Example


Text Example

White with #CB348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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