Html Css Color HEX #CB52CF Fuchsia

📋 copy color: '#CB52CF'

red 203 ◦ green 82 ◦ blue 207

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

Shades of Fuchsia #CB52CF

Tints of Fuchsia #CB52CF

RGB

 RED value IS 203 (79.69% from 255) = 41.26%

 GREEN value IS 82 (32.42% from 255) = 16.67%

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 41.26%
G = 16.67%
B = 42.07%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB52CF (or 0xCB52CF) is known color: Fuchsia. HEX triplet: CB, 52 and CF. RGB value is (203,82,207). Sum of RGB (Red+Green+Blue) = 203+82+207=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB52CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52CF is #34AD30. Grayscale: #848484. Windows color (decimal): -3452209 or 13587147. OLE color: 13587147.

HSL color Cylindrical-coordinate representation of color #CB52CF: hue angle of 298.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB52CF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 82 207 -
CMYK 0.02 0.60 0 0.19
HSL 298.08º 0.57% 0.57% -
HSV(B) 298.08º 0.6% 0.81% -
XYZ 38.91 23.24 61.47 -
YUV 132.43 170.09 178.34 -
System Red Green Blue C M Y K H S L
Decimal 203 82 207 0.02 0.60 0 0.19 298.08 0.57 0.57
Hex CB 52 CF 2 3C 0 13 12A 39 39
Octal 313 122 317 2 74 0 23 452 71 71
Binary 11001011 1010010 11001111 10 111100 0 10011 100101010 111001 111001

Color Harmonies of #CB52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB52CF

Black with #CB52CF

Text Example


Text Example

White with #CB52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB52CF; }

 p { color: rgb(203,82,207); }

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

background-color css

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

 a { background-color: rgb(203,82,207); }

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

border-color css

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

 span { border-color: rgb(203,82,207); }

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