Html Css Color HEX #CB2F8C Deep Cerise

📋 copy color: '#CB2F8C'

red 203 ◦ green 47 ◦ blue 140

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

Shades of Deep Cerise #CB2F8C

Tints of Deep Cerise #CB2F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.05%

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 52.05%
G = 12.05%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB2F8C (or 0xCB2F8C) is known color: Deep Cerise. HEX triplet: CB, 2F and 8C. RGB value is (203,47,140). Sum of RGB (Red+Green+Blue) = 203+47+140=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2F8C is #34D073. Grayscale: #686868. Windows color (decimal): -3461236 or 9187275. OLE color: 9187275.

HSL color Cylindrical-coordinate representation of color #CB2F8C: hue angle of 324.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2F8C is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 47 140 -
CMYK 0 0.77 0.31 0.20
HSL 324.23º 0.62% 0.49% -
HSV(B) 324.23º 0.77% 0.8% -
XYZ 30.38 16.62 26.42 -
YUV 104.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 203 47 140 0 0.77 0.31 0.20 324.23 0.62 0.49
Hex CB 2F 8C 0 4D 1F 14 144 3E 31
Octal 313 57 214 0 115 37 24 504 76 61
Binary 11001011 101111 10001100 0 1001101 11111 10100 101000100 111110 110001

Color Harmonies of #CB2F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2F8C

Black with #CB2F8C

Text Example


Text Example

White with #CB2F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2F8C; }

 p { color: rgb(203,47,140); }

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

background-color css

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

 a { background-color: rgb(203,47,140); }

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

border-color css

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

 span { border-color: rgb(203,47,140); }

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