Html Css Color HEX #CF3098 Deep Cerise

📋 copy color: '#CF3098'

red 207 ◦ green 48 ◦ blue 152

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

Shades of Deep Cerise #CF3098

Tints of Deep Cerise #CF3098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.79%

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

R = 50.86%
G = 11.79%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CF3098 (or 0xCF3098) is known color: Deep Cerise. HEX triplet: CF, 30 and 98. RGB value is (207,48,152). Sum of RGB (Red+Green+Blue) = 207+48+152=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3098 is #30CF67. Grayscale: #6B6B6B. Windows color (decimal): -3198824 or 9973967. OLE color: 9973967.

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

Color convert

RGB 207 48 152 -
CMYK 0 0.77 0.27 0.19
HSL 320.75º 0.62% 0.5% -
HSV(B) 320.75º 0.77% 0.81% -
XYZ 32.46 17.65 31.4 -
YUV 107.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 207 48 152 0 0.77 0.27 0.19 320.75 0.62 0.5
Hex CF 30 98 0 4D 1B 13 141 3E 32
Octal 317 60 230 0 115 33 23 501 76 62
Binary 11001111 110000 10011000 0 1001101 11011 10011 101000001 111110 110010

Color Harmonies of #CF3098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3098

Black with #CF3098

Text Example


Text Example

White with #CF3098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3098; }

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

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

background-color css

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

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

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

border-color css

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

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

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