Html Css Color HEX #C965CA Fuchsia

📋 copy color: '#C965CA'

red 201 ◦ green 101 ◦ blue 202

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

Shades of Fuchsia #C965CA

Tints of Fuchsia #C965CA

RGB

 RED value IS 201 (78.91% from 255) = 39.88%

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

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

R = 39.88%
G = 20.04%
B = 40.08%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C965CA (or 0xC965CA) is known color: Fuchsia. HEX triplet: C9, 65 and CA. RGB value is (201,101,202). Sum of RGB (Red+Green+Blue) = 201+101+202=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #C965CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965CA is #369A35. Grayscale: #8E8E8E. Windows color (decimal): -3578422 or 13264329. OLE color: 13264329.

HSL color Cylindrical-coordinate representation of color #C965CA: hue angle of 299.41º 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 #C965CA is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 202 -
CMYK 0.00 0.50 0 0.21
HSL 299.41º 0.49% 0.59% -
HSV(B) 299.41º 0.5% 0.79% -
XYZ 39.4 25.99 58.82 -
YUV 142.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 201 101 202 0.00 0.50 0 0.21 299.41 0.49 0.59
Hex C9 65 CA 0 32 0 15 12B 31 3B
Octal 311 145 312 0 62 0 25 453 61 73
Binary 11001001 1100101 11001010 0 110010 0 10101 100101011 110001 111011

Color Harmonies of #C965CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965CA

Black with #C965CA

Text Example


Text Example

White with #C965CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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