Html Css Color HEX #CF2EBE Fuchsia

📋 copy color: '#CF2EBE'

red 207 ◦ green 46 ◦ blue 190

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

Shades of Fuchsia #CF2EBE

Tints of Fuchsia #CF2EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.38%

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 46.73%
G = 10.38%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF2EBE (or 0xCF2EBE) is known color: Fuchsia. HEX triplet: CF, 2E and BE. RGB value is (207,46,190). Sum of RGB (Red+Green+Blue) = 207+46+190=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2EBE is #30D141. Grayscale: #6E6E6E. Windows color (decimal): -3199298 or 12463823. OLE color: 12463823.

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

Color convert

RGB 207 46 190 -
CMYK 0 0.78 0.08 0.19
HSL 306.34º 0.64% 0.5% -
HSV(B) 306.34º 0.78% 0.81% -
XYZ 36 18.94 50.47 -
YUV 110.56 172.84 196.79 -
System Red Green Blue C M Y K H S L
Decimal 207 46 190 0 0.78 0.08 0.19 306.34 0.64 0.5
Hex CF 2E BE 0 4E 8 13 132 40 32
Octal 317 56 276 0 116 10 23 462 100 62
Binary 11001111 101110 10111110 0 1001110 1000 10011 100110010 1000000 110010

Color Harmonies of #CF2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2EBE

Black with #CF2EBE

Text Example


Text Example

White with #CF2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2EBE; }

 p { color: rgb(207,46,190); }

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

background-color css

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

 a { background-color: rgb(207,46,190); }

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

border-color css

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

 span { border-color: rgb(207,46,190); }

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