Html Css Color HEX #CC4BCB Fuchsia

📋 copy color: '#CC4BCB'

red 204 ◦ green 75 ◦ blue 203

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

Shades of Fuchsia #CC4BCB

Tints of Fuchsia #CC4BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.56%

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 42.32%
G = 15.56%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC4BCB (or 0xCC4BCB) is known color: Fuchsia. HEX triplet: CC, 4B and CB. RGB value is (204,75,203). Sum of RGB (Red+Green+Blue) = 204+75+203=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BCB is #33B434. Grayscale: #7F7F7F. Windows color (decimal): -3388469 or 13323212. OLE color: 13323212.

HSL color Cylindrical-coordinate representation of color #CC4BCB: hue angle of 300.47º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4BCB is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 75 203 -
CMYK 0 0.63 0.00 0.2
HSL 300.47º 0.56% 0.55% -
HSV(B) 300.47º 0.63% 0.8% -
XYZ 38.2 22.18 58.77 -
YUV 128.16 170.24 182.09 -
System Red Green Blue C M Y K H S L
Decimal 204 75 203 0 0.63 0.00 0.2 300.47 0.56 0.55
Hex CC 4B CB 0 3F 0 14 12C 38 37
Octal 314 113 313 0 77 0 24 454 70 67
Binary 11001100 1001011 11001011 0 111111 0 10100 100101100 111000 110111

Color Harmonies of #CC4BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BCB

Black with #CC4BCB

Text Example


Text Example

White with #CC4BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BCB; }

 p { color: rgb(204,75,203); }

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

background-color css

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

 a { background-color: rgb(204,75,203); }

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

border-color css

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

 span { border-color: rgb(204,75,203); }

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