Html Css Color HEX #CF31C2 Fuchsia

📋 copy color: '#CF31C2'

red 207 ◦ green 49 ◦ blue 194

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

Shades of Fuchsia #CF31C2

Tints of Fuchsia #CF31C2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.89%

 BLUE value IS 194 (76.17% from 255) = 43.11%

R = 46%
G = 10.89%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF31C2 (or 0xCF31C2) is known color: Fuchsia. HEX triplet: CF, 31 and C2. RGB value is (207,49,194). Sum of RGB (Red+Green+Blue) = 207+49+194=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31C2 is #30CE3D. Grayscale: #707070. Windows color (decimal): -3198526 or 12726735. OLE color: 12726735.

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

Color convert

RGB 207 49 194 -
CMYK 0 0.76 0.06 0.19
HSL 304.94º 0.62% 0.5% -
HSV(B) 304.94º 0.76% 0.81% -
XYZ 36.57 19.36 52.85 -
YUV 112.77 173.85 195.21 -
System Red Green Blue C M Y K H S L
Decimal 207 49 194 0 0.76 0.06 0.19 304.94 0.62 0.5
Hex CF 31 C2 0 4C 6 13 131 3E 32
Octal 317 61 302 0 114 6 23 461 76 62
Binary 11001111 110001 11000010 0 1001100 110 10011 100110001 111110 110010

Color Harmonies of #CF31C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF31C2

Black with #CF31C2

Text Example


Text Example

White with #CF31C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF31C2; }

 p { color: rgb(207,49,194); }

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

background-color css

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

 a { background-color: rgb(207,49,194); }

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

border-color css

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

 span { border-color: rgb(207,49,194); }

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