Html Css Color HEX #CC65BC Fuchsia

📋 copy color: '#CC65BC'

red 204 ◦ green 101 ◦ blue 188

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

Shades of Fuchsia #CC65BC

Tints of Fuchsia #CC65BC

RGB

 RED value IS 204 (80.08% from 255) = 41.38%

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

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 41.38%
G = 20.49%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC65BC (or 0xCC65BC) is known color: Fuchsia. HEX triplet: CC, 65 and BC. RGB value is (204,101,188). Sum of RGB (Red+Green+Blue) = 204+101+188=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65BC is #339A43. Grayscale: #8D8D8D. Windows color (decimal): -3381828 or 12346828. OLE color: 12346828.

HSL color Cylindrical-coordinate representation of color #CC65BC: hue angle of 309.32º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC65BC is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 101 188 -
CMYK 0 0.50 0.08 0.2
HSL 309.32º 0.5% 0.6% -
HSV(B) 309.32º 0.5% 0.8% -
XYZ 38.63 25.78 50.52 -
YUV 141.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 204 101 188 0 0.50 0.08 0.2 309.32 0.5 0.6
Hex CC 65 BC 0 32 8 14 135 32 3C
Octal 314 145 274 0 62 10 24 465 62 74
Binary 11001100 1100101 10111100 0 110010 1000 10100 100110101 110010 111100

Color Harmonies of #CC65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65BC

Black with #CC65BC

Text Example


Text Example

White with #CC65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65BC; }

 p { color: rgb(204,101,188); }

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

background-color css

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

 a { background-color: rgb(204,101,188); }

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

border-color css

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

 span { border-color: rgb(204,101,188); }

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