Html Css Color HEX #CF52C1 Fuchsia

📋 copy color: '#CF52C1'

red 207 ◦ green 82 ◦ blue 193

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

Shades of Fuchsia #CF52C1

Tints of Fuchsia #CF52C1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.01%

 BLUE value IS 193 (75.78% from 255) = 40.04%

R = 42.95%
G = 17.01%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF52C1 (or 0xCF52C1) is known color: Fuchsia. HEX triplet: CF, 52 and C1. RGB value is (207,82,193). Sum of RGB (Red+Green+Blue) = 207+82+193=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52C1 is #30AD3E. Grayscale: #838383. Windows color (decimal): -3190079 or 12669647. OLE color: 12669647.

HSL color Cylindrical-coordinate representation of color #CF52C1: hue angle of 306.72º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF52C1 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 82 193 -
CMYK 0 0.60 0.07 0.19
HSL 306.72º 0.57% 0.57% -
HSV(B) 306.72º 0.6% 0.81% -
XYZ 38.38 23.15 52.9 -
YUV 132.03 162.41 181.47 -
System Red Green Blue C M Y K H S L
Decimal 207 82 193 0 0.60 0.07 0.19 306.72 0.57 0.57
Hex CF 52 C1 0 3C 7 13 133 39 39
Octal 317 122 301 0 74 7 23 463 71 71
Binary 11001111 1010010 11000001 0 111100 111 10011 100110011 111001 111001

Color Harmonies of #CF52C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF52C1

Black with #CF52C1

Text Example


Text Example

White with #CF52C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF52C1; }

 p { color: rgb(207,82,193); }

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

background-color css

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

 a { background-color: rgb(207,82,193); }

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

border-color css

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

 span { border-color: rgb(207,82,193); }

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