Html Css Color HEX #CF3398 Deep Cerise

📋 copy color: '#CF3398'

red 207 ◦ green 51 ◦ blue 152

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

Shades of Deep Cerise #CF3398

Tints of Deep Cerise #CF3398

RGB

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

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

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

R = 50.49%
G = 12.44%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CF3398 (or 0xCF3398) is known color: Deep Cerise. HEX triplet: CF, 33 and 98. RGB value is (207,51,152). Sum of RGB (Red+Green+Blue) = 207+51+152=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3398 is #30CC67. Grayscale: #6C6C6C. Windows color (decimal): -3198056 or 9974735. OLE color: 9974735.

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

Color convert

RGB 207 51 152 -
CMYK 0 0.75 0.27 0.19
HSL 321.15º 0.62% 0.51% -
HSV(B) 321.15º 0.75% 0.81% -
XYZ 32.58 17.9 31.44 -
YUV 109.16 152.18 197.79 -
System Red Green Blue C M Y K H S L
Decimal 207 51 152 0 0.75 0.27 0.19 321.15 0.62 0.51
Hex CF 33 98 0 4B 1B 13 141 3E 33
Octal 317 63 230 0 113 33 23 501 76 63
Binary 11001111 110011 10011000 0 1001011 11011 10011 101000001 111110 110011

Color Harmonies of #CF3398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3398

Black with #CF3398

Text Example


Text Example

White with #CF3398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3398; }

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

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

background-color css

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

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

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

border-color css

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

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

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