Html Css Color HEX #CF63AF Fuchsia

📋 copy color: '#CF63AF'

red 207 ◦ green 99 ◦ blue 175

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

Shades of Fuchsia #CF63AF

Tints of Fuchsia #CF63AF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.58%

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

R = 43.04%
G = 20.58%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF63AF (or 0xCF63AF) is known color: Fuchsia. HEX triplet: CF, 63 and AF. RGB value is (207,99,175). Sum of RGB (Red+Green+Blue) = 207+99+175=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF63AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF63AF is #309C50. Grayscale: #8B8B8B. Windows color (decimal): -3185745 or 11494351. OLE color: 11494351.

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

Color convert

RGB 207 99 175 -
CMYK 0 0.52 0.15 0.19
HSL 317.78º 0.53% 0.6% -
HSV(B) 317.78º 0.52% 0.81% -
XYZ 37.93 25.28 43.44 -
YUV 139.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 207 99 175 0 0.52 0.15 0.19 317.78 0.53 0.6
Hex CF 63 AF 0 34 F 13 13E 35 3C
Octal 317 143 257 0 64 17 23 476 65 74
Binary 11001111 1100011 10101111 0 110100 1111 10011 100111110 110101 111100

Color Harmonies of #CF63AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63AF

Black with #CF63AF

Text Example


Text Example

White with #CF63AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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