Html Css Color HEX #CB317F Deep Cerise

📋 copy color: '#CB317F'

red 203 ◦ green 49 ◦ blue 127

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

Shades of Deep Cerise #CB317F

Tints of Deep Cerise #CB317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.93%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 53.56%
G = 12.93%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB317F (or 0xCB317F) is known color: Deep Cerise. HEX triplet: CB, 31 and 7F. RGB value is (203,49,127). Sum of RGB (Red+Green+Blue) = 203+49+127=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB317F is #34CE80. Grayscale: #676767. Windows color (decimal): -3460737 or 8335819. OLE color: 8335819.

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

Color convert

RGB 203 49 127 -
CMYK 0 0.76 0.37 0.20
HSL 329.61º 0.61% 0.49% -
HSV(B) 329.61º 0.76% 0.8% -
XYZ 29.56 16.43 21.69 -
YUV 103.94 141.02 198.66 -
System Red Green Blue C M Y K H S L
Decimal 203 49 127 0 0.76 0.37 0.20 329.61 0.61 0.49
Hex CB 31 7F 0 4C 25 14 14A 3D 31
Octal 313 61 177 0 114 45 24 512 75 61
Binary 11001011 110001 1111111 0 1001100 100101 10100 101001010 111101 110001

Color Harmonies of #CB317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB317F

Black with #CB317F

Text Example


Text Example

White with #CB317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB317F; }

 p { color: rgb(203,49,127); }

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

background-color css

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

 a { background-color: rgb(203,49,127); }

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

border-color css

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

 span { border-color: rgb(203,49,127); }

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