Html Css Color HEX #C065C3 Fuchsia

📋 copy color: '#C065C3'

red 192 ◦ green 101 ◦ blue 195

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

Shades of Fuchsia #C065C3

Tints of Fuchsia #C065C3

RGB

 RED value IS 192 (75.39% from 255) = 39.34%

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

 BLUE value IS 195 (76.56% from 255) = 39.96%

R = 39.34%
G = 20.7%
B = 39.96%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C065C3 (or 0xC065C3) is known color: Fuchsia. HEX triplet: C0, 65 and C3. RGB value is (192,101,195). Sum of RGB (Red+Green+Blue) = 192+101+195=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 195 - color contains mainly: blue. Hex color #C065C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065C3 is #3F9A3C. Grayscale: #8A8A8A. Windows color (decimal): -4168253 or 12805568. OLE color: 12805568.

HSL color Cylindrical-coordinate representation of color #C065C3: hue angle of 298.09º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C065C3 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 101 195 -
CMYK 0.02 0.48 0 0.24
HSL 298.09º 0.44% 0.58% -
HSV(B) 298.09º 0.48% 0.76% -
XYZ 36.24 24.45 54.44 -
YUV 138.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 192 101 195 0.02 0.48 0 0.24 298.09 0.44 0.58
Hex C0 65 C3 2 30 0 18 12A 2C 3A
Octal 300 145 303 2 60 0 30 452 54 72
Binary 11000000 1100101 11000011 10 110000 0 11000 100101010 101100 111010

Color Harmonies of #C065C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065C3

Black with #C065C3

Text Example


Text Example

White with #C065C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065C3; }

 p { color: rgb(192,101,195); }

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

background-color css

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

 a { background-color: rgb(192,101,195); }

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

border-color css

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

 span { border-color: rgb(192,101,195); }

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