Html Css Color HEX #CB338B Deep Cerise

📋 copy color: '#CB338B'

red 203 ◦ green 51 ◦ blue 139

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

Shades of Deep Cerise #CB338B

Tints of Deep Cerise #CB338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.98%

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 51.65%
G = 12.98%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB338B (or 0xCB338B) is known color: Deep Cerise. HEX triplet: CB, 33 and 8B. RGB value is (203,51,139). Sum of RGB (Red+Green+Blue) = 203+51+139=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB338B is #34CC74. Grayscale: #6A6A6A. Windows color (decimal): -3460213 or 9122763. OLE color: 9122763.

HSL color Cylindrical-coordinate representation of color #CB338B: hue angle of 325.26º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB338B is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 51 139 -
CMYK 0 0.75 0.32 0.20
HSL 325.26º 0.6% 0.5% -
HSV(B) 325.26º 0.75% 0.8% -
XYZ 30.47 16.93 26.09 -
YUV 106.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 203 51 139 0 0.75 0.32 0.20 325.26 0.6 0.5
Hex CB 33 8B 0 4B 20 14 145 3C 32
Octal 313 63 213 0 113 40 24 505 74 62
Binary 11001011 110011 10001011 0 1001011 100000 10100 101000101 111100 110010

Color Harmonies of #CB338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB338B

Black with #CB338B

Text Example


Text Example

White with #CB338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB338B; }

 p { color: rgb(203,51,139); }

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

background-color css

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

 a { background-color: rgb(203,51,139); }

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

border-color css

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

 span { border-color: rgb(203,51,139); }

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