Html Css Color HEX #CB338D Deep Cerise

📋 copy color: '#CB338D'

red 203 ◦ green 51 ◦ blue 141

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

Shades of Deep Cerise #CB338D

Tints of Deep Cerise #CB338D

RGB

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

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

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

R = 51.39%
G = 12.91%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB338D (or 0xCB338D) is known color: Deep Cerise. HEX triplet: CB, 33 and 8D. RGB value is (203,51,141). Sum of RGB (Red+Green+Blue) = 203+51+141=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB338D is #34CC72. Grayscale: #6A6A6A. Windows color (decimal): -3460211 or 9253835. OLE color: 9253835.

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

Color convert

RGB 203 51 141 -
CMYK 0 0.75 0.31 0.20
HSL 324.47º 0.6% 0.5% -
HSV(B) 324.47º 0.75% 0.8% -
XYZ 30.62 16.99 26.86 -
YUV 106.71 147.36 196.68 -
System Red Green Blue C M Y K H S L
Decimal 203 51 141 0 0.75 0.31 0.20 324.47 0.6 0.5
Hex CB 33 8D 0 4B 1F 14 144 3C 32
Octal 313 63 215 0 113 37 24 504 74 62
Binary 11001011 110011 10001101 0 1001011 11111 10100 101000100 111100 110010

Color Harmonies of #CB338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB338D

Black with #CB338D

Text Example


Text Example

White with #CB338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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