Html Css Color HEX #CF2ED4 Fuchsia

📋 copy color: '#CF2ED4'

red 207 ◦ green 46 ◦ blue 212

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

Shades of Fuchsia #CF2ED4

Tints of Fuchsia #CF2ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.59%

R = 44.52%
G = 9.89%
B = 45.59%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF2ED4 (or 0xCF2ED4) is known color: Fuchsia. HEX triplet: CF, 2E and D4. RGB value is (207,46,212). Sum of RGB (Red+Green+Blue) = 207+46+212=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF2ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2ED4 is #30D12B. Grayscale: #707070. Windows color (decimal): -3199276 or 13905615. OLE color: 13905615.

HSL color Cylindrical-coordinate representation of color #CF2ED4: hue angle of 298.19º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2ED4 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 46 212 -
CMYK 0.02 0.78 0 0.17
HSL 298.19º 0.66% 0.51% -
HSV(B) 298.19º 0.78% 0.83% -
XYZ 38.59 19.97 64.11 -
YUV 113.06 183.84 195 -
System Red Green Blue C M Y K H S L
Decimal 207 46 212 0.02 0.78 0 0.17 298.19 0.66 0.51
Hex CF 2E D4 2 4E 0 11 12A 42 33
Octal 317 56 324 2 116 0 21 452 102 63
Binary 11001111 101110 11010100 10 1001110 0 10001 100101010 1000010 110011

Color Harmonies of #CF2ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2ED4

Black with #CF2ED4

Text Example


Text Example

White with #CF2ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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