Html Css Color HEX #C65FCC Fuchsia

📋 copy color: '#C65FCC'

red 198 ◦ green 95 ◦ blue 204

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

Shades of Fuchsia #C65FCC

Tints of Fuchsia #C65FCC

RGB

 RED value IS 198 (77.73% from 255) = 39.84%

 GREEN value IS 95 (37.5% from 255) = 19.11%

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 39.84%
G = 19.11%
B = 41.05%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C65FCC (or 0xC65FCC) is known color: Fuchsia. HEX triplet: C6, 5F and CC. RGB value is (198,95,204). Sum of RGB (Red+Green+Blue) = 198+95+204=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #C65FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FCC is #39A033. Grayscale: #898989. Windows color (decimal): -3776564 or 13393862. OLE color: 13393862.

HSL color Cylindrical-coordinate representation of color #C65FCC: hue angle of 296.7º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65FCC is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 95 204 -
CMYK 0.03 0.53 0 0.2
HSL 296.7º 0.52% 0.59% -
HSV(B) 296.7º 0.53% 0.8% -
XYZ 38.28 24.55 59.85 -
YUV 138.22 165.12 170.64 -
System Red Green Blue C M Y K H S L
Decimal 198 95 204 0.03 0.53 0 0.2 296.7 0.52 0.59
Hex C6 5F CC 3 35 0 14 129 34 3B
Octal 306 137 314 3 65 0 24 451 64 73
Binary 11000110 1011111 11001100 11 110101 0 10100 100101001 110100 111011

Color Harmonies of #C65FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FCC

Black with #C65FCC

Text Example


Text Example

White with #C65FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FCC; }

 p { color: rgb(198,95,204); }

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

background-color css

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

 a { background-color: rgb(198,95,204); }

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

border-color css

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

 span { border-color: rgb(198,95,204); }

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