Html Css Color HEX #CC3CBA Fuchsia

📋 copy color: '#CC3CBA'

red 204 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #CC3CBA

Tints of Fuchsia #CC3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.33%

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 45.33%
G = 13.33%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC3CBA (or 0xCC3CBA) is known color: Fuchsia. HEX triplet: CC, 3C and BA. RGB value is (204,60,186). Sum of RGB (Red+Green+Blue) = 204+60+186=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3CBA is #33C345. Grayscale: #757575. Windows color (decimal): -3392326 or 12205260. OLE color: 12205260.

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

Color convert

RGB 204 60 186 -
CMYK 0 0.71 0.09 0.2
HSL 307.5º 0.59% 0.52% -
HSV(B) 307.5º 0.71% 0.8% -
XYZ 35.38 19.61 48.38 -
YUV 117.42 166.71 189.75 -
System Red Green Blue C M Y K H S L
Decimal 204 60 186 0 0.71 0.09 0.2 307.5 0.59 0.52
Hex CC 3C BA 0 47 9 14 134 3B 34
Octal 314 74 272 0 107 11 24 464 73 64
Binary 11001100 111100 10111010 0 1000111 1001 10100 100110100 111011 110100

Color Harmonies of #CC3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3CBA

Black with #CC3CBA

Text Example


Text Example

White with #CC3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3CBA; }

 p { color: rgb(204,60,186); }

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

background-color css

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

 a { background-color: rgb(204,60,186); }

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

border-color css

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

 span { border-color: rgb(204,60,186); }

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