Html Css Color HEX #C65FC0 Fuchsia

📋 copy color: '#C65FC0'

red 198 ◦ green 95 ◦ blue 192

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

Shades of Fuchsia #C65FC0

Tints of Fuchsia #C65FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.59%

R = 40.82%
G = 19.59%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C65FC0 (or 0xC65FC0) is known color: Fuchsia. HEX triplet: C6, 5F and C0. RGB value is (198,95,192). Sum of RGB (Red+Green+Blue) = 198+95+192=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FC0 is #39A03F. Grayscale: #888888. Windows color (decimal): -3776576 or 12607430. OLE color: 12607430.

HSL color Cylindrical-coordinate representation of color #C65FC0: hue angle of 303.5º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65FC0 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 95 192 -
CMYK 0 0.52 0.03 0.22
HSL 303.5º 0.47% 0.57% -
HSV(B) 303.5º 0.52% 0.78% -
XYZ 36.9 24 52.56 -
YUV 136.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 198 95 192 0 0.52 0.03 0.22 303.5 0.47 0.57
Hex C6 5F C0 0 34 3 16 12F 2F 39
Octal 306 137 300 0 64 3 26 457 57 71
Binary 11000110 1011111 11000000 0 110100 11 10110 100101111 101111 111001

Color Harmonies of #C65FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FC0

Black with #C65FC0

Text Example


Text Example

White with #C65FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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