Html Css Color HEX #CC65AF Fuchsia

📋 copy color: '#CC65AF'

red 204 ◦ green 101 ◦ blue 175

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

Shades of Fuchsia #CC65AF

Tints of Fuchsia #CC65AF

RGB

 RED value IS 204 (80.08% from 255) = 42.5%

 GREEN value IS 101 (39.84% from 255) = 21.04%

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

R = 42.5%
G = 21.04%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC65AF (or 0xCC65AF) is known color: Fuchsia. HEX triplet: CC, 65 and AF. RGB value is (204,101,175). Sum of RGB (Red+Green+Blue) = 204+101+175=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC65AF is #339A50. Grayscale: #8C8C8C. Windows color (decimal): -3381841 or 11494860. OLE color: 11494860.

HSL color Cylindrical-coordinate representation of color #CC65AF: hue angle of 316.89º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC65AF is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 101 175 -
CMYK 0 0.50 0.14 0.2
HSL 316.89º 0.5% 0.6% -
HSV(B) 316.89º 0.5% 0.8% -
XYZ 37.29 25.24 43.46 -
YUV 140.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 204 101 175 0 0.50 0.14 0.2 316.89 0.5 0.6
Hex CC 65 AF 0 32 E 14 13D 32 3C
Octal 314 145 257 0 62 16 24 475 62 74
Binary 11001100 1100101 10101111 0 110010 1110 10100 100111101 110010 111100

Color Harmonies of #CC65AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65AF

Black with #CC65AF

Text Example


Text Example

White with #CC65AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65AF; }

 p { color: rgb(204,101,175); }

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

background-color css

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

 a { background-color: rgb(204,101,175); }

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

border-color css

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

 span { border-color: rgb(204,101,175); }

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