Html Css Color HEX #CA4CCB Fuchsia

📋 copy color: '#CA4CCB'

red 202 ◦ green 76 ◦ blue 203

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

Shades of Fuchsia #CA4CCB

Tints of Fuchsia #CA4CCB

RGB

 RED value IS 202 (79.3% from 255) = 42%

 GREEN value IS 76 (30.08% from 255) = 15.8%

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

R = 42%
G = 15.8%
B = 42.2%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA4CCB (or 0xCA4CCB) is known color: Fuchsia. HEX triplet: CA, 4C and CB. RGB value is (202,76,203). Sum of RGB (Red+Green+Blue) = 202+76+203=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA4CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4CCB is #35B334. Grayscale: #7F7F7F. Windows color (decimal): -3519285 or 13323466. OLE color: 13323466.

HSL color Cylindrical-coordinate representation of color #CA4CCB: hue angle of 299.53º degrees, saturation: 0.55, 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 #CA4CCB is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 76 203 -
CMYK 0.00 0.63 0 0.20
HSL 299.53º 0.55% 0.55% -
HSV(B) 299.53º 0.63% 0.8% -
XYZ 37.72 22.04 58.77 -
YUV 128.15 170.24 180.67 -
System Red Green Blue C M Y K H S L
Decimal 202 76 203 0.00 0.63 0 0.20 299.53 0.55 0.55
Hex CA 4C CB 0 3F 0 14 12C 37 37
Octal 312 114 313 0 77 0 24 454 67 67
Binary 11001010 1001100 11001011 0 111111 0 10100 100101100 110111 110111

Color Harmonies of #CA4CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4CCB

Black with #CA4CCB

Text Example


Text Example

White with #CA4CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4CCB; }

 p { color: rgb(202,76,203); }

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

background-color css

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

 a { background-color: rgb(202,76,203); }

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

border-color css

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

 span { border-color: rgb(202,76,203); }

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