Html Css Color HEX #CF53AF Fuchsia

📋 copy color: '#CF53AF'

red 207 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #CF53AF

Tints of Fuchsia #CF53AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.63%

R = 44.52%
G = 17.85%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF53AF (or 0xCF53AF) is known color: Fuchsia. HEX triplet: CF, 53 and AF. RGB value is (207,83,175). Sum of RGB (Red+Green+Blue) = 207+83+175=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF53AF is #30AC50. Grayscale: #828282. Windows color (decimal): -3189841 or 11490255. OLE color: 11490255.

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

Color convert

RGB 207 83 175 -
CMYK 0 0.60 0.15 0.19
HSL 315.48º 0.56% 0.57% -
HSV(B) 315.48º 0.6% 0.81% -
XYZ 36.56 22.55 42.98 -
YUV 130.56 153.08 182.52 -
System Red Green Blue C M Y K H S L
Decimal 207 83 175 0 0.60 0.15 0.19 315.48 0.56 0.57
Hex CF 53 AF 0 3C F 13 13B 38 39
Octal 317 123 257 0 74 17 23 473 70 71
Binary 11001111 1010011 10101111 0 111100 1111 10011 100111011 111000 111001

Color Harmonies of #CF53AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53AF

Black with #CF53AF

Text Example


Text Example

White with #CF53AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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