Html Css Color HEX #CF53C1 Fuchsia

📋 copy color: '#CF53C1'

red 207 ◦ green 83 ◦ blue 193

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

Shades of Fuchsia #CF53C1

Tints of Fuchsia #CF53C1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.18%

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

R = 42.86%
G = 17.18%
B = 39.96%

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

#CF53C1 (or 0xCF53C1) is known color: Fuchsia. HEX triplet: CF, 53 and C1. RGB value is (207,83,193). Sum of RGB (Red+Green+Blue) = 207+83+193=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53C1 is #30AC3E. Grayscale: #848484. Windows color (decimal): -3189823 or 12669903. OLE color: 12669903.

HSL color Cylindrical-coordinate representation of color #CF53C1: hue angle of 306.77º degrees, saturation: 0.56, 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 #CF53C1 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 193 -
CMYK 0 0.60 0.07 0.19
HSL 306.77º 0.56% 0.57% -
HSV(B) 306.77º 0.6% 0.81% -
XYZ 38.45 23.3 52.92 -
YUV 132.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 207 83 193 0 0.60 0.07 0.19 306.77 0.56 0.57
Hex CF 53 C1 0 3C 7 13 133 38 39
Octal 317 123 301 0 74 7 23 463 70 71
Binary 11001111 1010011 11000001 0 111100 111 10011 100110011 111000 111001

Color Harmonies of #CF53C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53C1

Black with #CF53C1

Text Example


Text Example

White with #CF53C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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