Html Css Color HEX #CF3198 Deep Cerise

📋 copy color: '#CF3198'

red 207 ◦ green 49 ◦ blue 152

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

Shades of Deep Cerise #CF3198

Tints of Deep Cerise #CF3198

RGB

 RED value IS 207 (81.25% from 255) = 50.74%

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

 BLUE value IS 152 (59.77% from 255) = 37.25%

R = 50.74%
G = 12.01%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CF3198 (or 0xCF3198) is known color: Deep Cerise. HEX triplet: CF, 31 and 98. RGB value is (207,49,152). Sum of RGB (Red+Green+Blue) = 207+49+152=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3198 is #30CE67. Grayscale: #6B6B6B. Windows color (decimal): -3198568 or 9974223. OLE color: 9974223.

HSL color Cylindrical-coordinate representation of color #CF3198: hue angle of 320.89º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3198 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 49 152 -
CMYK 0 0.76 0.27 0.19
HSL 320.89º 0.62% 0.5% -
HSV(B) 320.89º 0.76% 0.81% -
XYZ 32.5 17.73 31.41 -
YUV 107.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 207 49 152 0 0.76 0.27 0.19 320.89 0.62 0.5
Hex CF 31 98 0 4C 1B 13 141 3E 32
Octal 317 61 230 0 114 33 23 501 76 62
Binary 11001111 110001 10011000 0 1001100 11011 10011 101000001 111110 110010

Color Harmonies of #CF3198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3198

Black with #CF3198

Text Example


Text Example

White with #CF3198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3198; }

 p { color: rgb(207,49,152); }

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

background-color css

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

 a { background-color: rgb(207,49,152); }

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

border-color css

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

 span { border-color: rgb(207,49,152); }

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