Html Css Color HEX #CB3982 Deep Cerise

📋 copy color: '#CB3982'

red 203 ◦ green 57 ◦ blue 130

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

Shades of Deep Cerise #CB3982

Tints of Deep Cerise #CB3982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.62%

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 52.05%
G = 14.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB3982 (or 0xCB3982) is known color: Deep Cerise. HEX triplet: CB, 39 and 82. RGB value is (203,57,130). Sum of RGB (Red+Green+Blue) = 203+57+130=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3982 is #34C67D. Grayscale: #6C6C6C. Windows color (decimal): -3458686 or 8534475. OLE color: 8534475.

HSL color Cylindrical-coordinate representation of color #CB3982: hue angle of 330º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3982 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 57 130 -
CMYK 0 0.72 0.36 0.20
HSL 330º 0.58% 0.51% -
HSV(B) 330º 0.72% 0.8% -
XYZ 30.12 17.23 22.86 -
YUV 108.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 203 57 130 0 0.72 0.36 0.20 330 0.58 0.51
Hex CB 39 82 0 48 24 14 14A 3A 33
Octal 313 71 202 0 110 44 24 512 72 63
Binary 11001011 111001 10000010 0 1001000 100100 10100 101001010 111010 110011

Color Harmonies of #CB3982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3982

Black with #CB3982

Text Example


Text Example

White with #CB3982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3982; }

 p { color: rgb(203,57,130); }

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

background-color css

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

 a { background-color: rgb(203,57,130); }

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

border-color css

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

 span { border-color: rgb(203,57,130); }

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