Html Css Color HEX #CF31B4 Fuchsia

📋 copy color: '#CF31B4'

red 207 ◦ green 49 ◦ blue 180

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

Shades of Fuchsia #CF31B4

Tints of Fuchsia #CF31B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.28%

R = 47.48%
G = 11.24%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF31B4 (or 0xCF31B4) is known color: Fuchsia. HEX triplet: CF, 31 and B4. RGB value is (207,49,180). Sum of RGB (Red+Green+Blue) = 207+49+180=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31B4 is #30CE4B. Grayscale: #6E6E6E. Windows color (decimal): -3198540 or 11809231. OLE color: 11809231.

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

Color convert

RGB 207 49 180 -
CMYK 0 0.76 0.13 0.19
HSL 310.25º 0.62% 0.5% -
HSV(B) 310.25º 0.76% 0.81% -
XYZ 35.07 18.76 44.95 -
YUV 111.18 166.85 196.35 -
System Red Green Blue C M Y K H S L
Decimal 207 49 180 0 0.76 0.13 0.19 310.25 0.62 0.5
Hex CF 31 B4 0 4C D 13 136 3E 32
Octal 317 61 264 0 114 15 23 466 76 62
Binary 11001111 110001 10110100 0 1001100 1101 10011 100110110 111110 110010

Color Harmonies of #CF31B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF31B4

Black with #CF31B4

Text Example


Text Example

White with #CF31B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF31B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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