Html Css Color HEX #CF3092 Deep Cerise

📋 copy color: '#CF3092'

red 207 ◦ green 48 ◦ blue 146

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

Shades of Deep Cerise #CF3092

Tints of Deep Cerise #CF3092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 51.62%
G = 11.97%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF3092 (or 0xCF3092) is known color: Deep Cerise. HEX triplet: CF, 30 and 92. RGB value is (207,48,146). Sum of RGB (Red+Green+Blue) = 207+48+146=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3092 is #30CF6D. Grayscale: #6A6A6A. Windows color (decimal): -3198830 or 9580751. OLE color: 9580751.

HSL color Cylindrical-coordinate representation of color #CF3092: hue angle of 323.02º 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 #CF3092 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 48 146 -
CMYK 0 0.77 0.29 0.19
HSL 323.02º 0.62% 0.5% -
HSV(B) 323.02º 0.77% 0.81% -
XYZ 31.98 17.45 28.88 -
YUV 106.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 207 48 146 0 0.77 0.29 0.19 323.02 0.62 0.5
Hex CF 30 92 0 4D 1D 13 143 3E 32
Octal 317 60 222 0 115 35 23 503 76 62
Binary 11001111 110000 10010010 0 1001101 11101 10011 101000011 111110 110010

Color Harmonies of #CF3092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3092

Black with #CF3092

Text Example


Text Example

White with #CF3092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3092; }

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

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

background-color css

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

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

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

border-color css

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

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

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