Html Css Color HEX #CB347A Deep Cerise

📋 copy color: '#CB347A'

red 203 ◦ green 52 ◦ blue 122

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

Shades of Deep Cerise #CB347A

Tints of Deep Cerise #CB347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 53.85%
G = 13.79%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB347A (or 0xCB347A) is known color: Deep Cerise. HEX triplet: CB, 34 and 7A. RGB value is (203,52,122). Sum of RGB (Red+Green+Blue) = 203+52+122=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB347A is #34CB85. Grayscale: #696969. Windows color (decimal): -3459974 or 8008907. OLE color: 8008907.

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

Color convert

RGB 203 52 122 -
CMYK 0 0.74 0.40 0.20
HSL 332.19º 0.59% 0.5% -
HSV(B) 332.19º 0.74% 0.8% -
XYZ 29.37 16.56 20.06 -
YUV 105.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 203 52 122 0 0.74 0.40 0.20 332.19 0.59 0.5
Hex CB 34 7A 0 4A 28 14 14C 3B 32
Octal 313 64 172 0 112 50 24 514 73 62
Binary 11001011 110100 1111010 0 1001010 101000 10100 101001100 111011 110010

Color Harmonies of #CB347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB347A

Black with #CB347A

Text Example


Text Example

White with #CB347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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