Html Css Color HEX #C065CA Fuchsia

📋 copy color: '#C065CA'

red 192 ◦ green 101 ◦ blue 202

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

Shades of Fuchsia #C065CA

Tints of Fuchsia #C065CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.81%

R = 38.79%
G = 20.4%
B = 40.81%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C065CA (or 0xC065CA) is known color: Fuchsia. HEX triplet: C0, 65 and CA. RGB value is (192,101,202). Sum of RGB (Red+Green+Blue) = 192+101+202=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #C065CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065CA is #3F9A35. Grayscale: #8B8B8B. Windows color (decimal): -4168246 or 13264320. OLE color: 13264320.

HSL color Cylindrical-coordinate representation of color #C065CA: hue angle of 294.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C065CA is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 101 202 -
CMYK 0.05 0.50 0 0.21
HSL 294.06º 0.49% 0.59% -
HSV(B) 294.06º 0.5% 0.79% -
XYZ 37.05 24.78 58.71 -
YUV 139.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 192 101 202 0.05 0.50 0 0.21 294.06 0.49 0.59
Hex C0 65 CA 5 32 0 15 126 31 3B
Octal 300 145 312 5 62 0 25 446 61 73
Binary 11000000 1100101 11001010 101 110010 0 10101 100100110 110001 111011

Color Harmonies of #C065CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065CA

Black with #C065CA

Text Example


Text Example

White with #C065CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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