Html Css Color HEX #C762CC Fuchsia

📋 copy color: '#C762CC'

red 199 ◦ green 98 ◦ blue 204

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

Shades of Fuchsia #C762CC

Tints of Fuchsia #C762CC

RGB

 RED value IS 199 (78.13% from 255) = 39.72%

 GREEN value IS 98 (38.67% from 255) = 19.56%

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

R = 39.72%
G = 19.56%
B = 40.72%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C762CC (or 0xC762CC) is known color: Fuchsia. HEX triplet: C7, 62 and CC. RGB value is (199,98,204). Sum of RGB (Red+Green+Blue) = 199+98+204=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #C762CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C762CC is #389D33. Grayscale: #8B8B8B. Windows color (decimal): -3710260 or 13394631. OLE color: 13394631.

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

Color convert

RGB 199 98 204 -
CMYK 0.02 0.52 0 0.2
HSL 297.17º 0.51% 0.59% -
HSV(B) 297.17º 0.52% 0.8% -
XYZ 38.82 25.24 59.95 -
YUV 140.28 163.96 169.88 -
System Red Green Blue C M Y K H S L
Decimal 199 98 204 0.02 0.52 0 0.2 297.17 0.51 0.59
Hex C7 62 CC 2 34 0 14 129 33 3B
Octal 307 142 314 2 64 0 24 451 63 73
Binary 11000111 1100010 11001100 10 110100 0 10100 100101001 110011 111011

Color Harmonies of #C762CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C762CC

Black with #C762CC

Text Example


Text Example

White with #C762CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C762CC; }

 p { color: rgb(199,98,204); }

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

background-color css

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

 a { background-color: rgb(199,98,204); }

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

border-color css

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

 span { border-color: rgb(199,98,204); }

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